text/template.common.execFuncs (field)

6 uses

	text/template (current package)
		funcs.go#L146: 		if fn := tmpl.execFuncs[name]; fn.IsValid() {
		template.go#L23: 	execFuncs  map[string]reflect.Value
		template.go#L75: 		c.execFuncs = make(map[string]reflect.Value)
		template.go#L108: 	for k, v := range t.execFuncs {
		template.go#L109: 		nt.execFuncs[k] = v
		template.go#L181: 	addValueFuncs(t.execFuncs, funcMap)